Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the email
curl --request PUT \
  --url https://api.helpyousponsor.com/v1/admin/email/status/{email_id}/update \
  --header 'Authorization: Bearer <token>'{
  "message": "<string>",
  "status": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of the email
curl --request PUT \
  --url https://api.helpyousponsor.com/v1/admin/email/status/{email_id}/update \
  --header 'Authorization: Bearer <token>'{
  "message": "<string>",
  "status": "<string>"
}