Authorization: Bearer ********************
curl --location --request GET '/api/v1/auth/check-slug-availability?username=abdullah' \ --header 'Authorization: Bearer <token>'
{ "data": { "message": "Seems, Good.", "status": true, "data": null } }