Authorization: Bearer ********************
{
"code": "string",
"state": "string"
}
curl --location --request POST 'https://api.thinkeo.io/v0/auth/sso/verify' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"state": "string"
}'
{
"key": "string",
"message": "string"
}