curl --request POST \
--url https://api.provident.ae/v2/oauth2/revoke \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>"
}
'curl --request POST \
--url https://api.provident.ae/v2/oauth2/revoke \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>"
}
'