numu_app_ token.Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/oauth/token' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"client_id": "string",
"client_secret": "string",
"code": "string",
"grant_type": "authorization_code"
}'{
"success": true,
"data": {
"access_token": "string",
"scopes": [
"string"
],
"store_id": "7fe87115-950c-4ae8-bd7e-970406bc9ac0"
},
"message": "string"
}