curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/authorizer//test' \
--header 'Content-Type: application/json' \
--data-raw ''{
"isAuthenticated": true,
"principalId": "string",
"policyDocuments": [],
"refreshAfterInSeconds": 0,
"disconnectAfterInSeconds": 0
}