curl --request PUT \
--url https://api.helpyousponsor.com/v1/admin/email/assign_admin \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"admin": "1",
"email_id": "1"
}
'{
"message": "<string>"
}curl --request PUT \
--url https://api.helpyousponsor.com/v1/admin/email/assign_admin \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"admin": "1",
"email_id": "1"
}
'{
"message": "<string>"
}