Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"new_email": "new.email@example.com"
}
Request Code Samples
curl --location --globoff 'https://api.enviablelogistics.com/rider/request-email-change' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"new_email": "new.email@example.com"
}'
Responses
application/json
Modified at 2024-09-01 16:34:51