curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/role-aliases/' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleArn": "stringstringstringst",
"credentialDurationSeconds": 900,
"tags": [
{
"Key": "string",
"Value": "string"
}
]
}'
{
"roleAlias": "string",
"roleAliasArn": "string"
}