curl --location --request POST 'https://api.gwid.io/api/v1/auth/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"password": "string"
}'{"data":{"id":"e58921f9-0e9b-419f-89ff-d68d91ad7be2","role":"regular","access_token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImU1ODkyMWY5LTBlOWItNDE5Zi04OWZmLWQ2OGQ5MWFkN2JlMiIsInJvbGUiOiJyZWd1bGFyIiwiaXNzIjoibG9sYXJwYXkiLCJleHAiOjE3NTM3NDc3ODQsIm5iZiI6MTc1MTE1NTc4NCwiaWF0IjoxNzUxMTU1Nzg0fQ.ZzuWcn1CdM4ZfDdpVayqdh6Sn5AEXwWIpn0rmqeACKE"},"success":true}