Authorization: Bearer ********************
curl --location --request PUT 'https://api.thinkeo.io/v1/auth/confirm' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string"
}'
{
"key": "string",
"message": "string"
}