Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --globoff 'https://api.enviablelogistics.com/upload-profile-picture' \
--header 'Authorization: Bearer <token>' \
--form 'image=@"C:\\xampp\\htdocs\\organizer.behooveevents.com\\img\\products\\item_1.jpg"'
Responses
application/json
Modified at 2024-09-18 19:38:45