Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/auth-service/auth/admin/revoke-user-session' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sessionToken": "string"
}'{
"success": true
}