curl --location --request POST 'https://aff-api.uppromote.com/api/v2/affiliate/active' \
--header 'Accept: application/json' \
--header 'Authorization: ****************************' \
--header 'Content-Type: application/json' \
--data-raw '{
"affiliate_email": "string",
"status": "string"
}'
{
"status": 200,
"message": "Success",
"data": {
"affiliate_id": 2029462,
"status": "approved"
}
}