curl --location --request POST 'https://aff-api.uppromote.com/api/v2/payments/mark-as-paid' \
--header 'Accept: application/json' \
--header 'Authorization: ****************************' \
--header 'Content-Type: application/json' \
--data-raw '{
"affiliate_email": "string",
"referral_ids": "string",
"note": "string",
"message": "string"
}'
{
"status": 200,
"message": "success",
"data": {
"payment_id": 26126,
"affiliate_email": "example1@gmail.com",
"affiliate_id": 2012470
}
}