Authorization: Bearer ********************
curl --location --request POST '/api/auth/sign-out' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "success": true }