Authorization: Bearer ********************
curl --location --request POST '/api/v1/auth/logout' \ --header 'Authorization: Bearer <token>'
{ "data": { "message": "Logged out successfully" } }