cURL
curl --request POST \ --url https://api.example.com/api/v1/auth/validate \ --header 'Content-Type: application/json' \ --data ' { "refresh_token": "<string>" } '
{ "valid": true }
OK