curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/effective-policies' \
--header 'Content-Type: application/json' \
--data-raw '{
"principal": "string",
"cognitoIdentityPoolId": "string"
}'
{
"effectivePolicies": []
}