curl --location --request POST 'https://app.gotreek.com/api/auth/login' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "test",
"password": "test"
}'{
"token_type": "Bearer",
"expires_in": 86400,
"access_token": "_acces_token_",
"refresh_token": "_refresh_token_"
}