curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/test-authorization' \
--header 'Content-Type: application/json' \
--data-raw '{
"principal": "string",
"cognitoIdentityPoolId": "string",
"authInfos": [
{
"actionType": "PUBLISH",
"resources": []
}
],
"policyNamesToAdd": [
"string"
],
"policyNamesToSkip": [
"string"
]
}'
{
"authResults": []
}
authInfo
object in the list.