curl --location --request POST 'https://aff-api.uppromote.com/api/v2/referrals' \
--header 'Accept: application/json' \
--header 'Authorization: ****************************' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "fixed_amount",
"affiliate_email": "example@gmail.com",
"order_id": 6358937632968,
"comment": "This is approved commission",
"commission": 24,
"total_sale": 245,
"is_replace": false
}'
{
"status": 200,
"message": "success",
"data": {
"referral_id": 416,
"affiliate_id ": 115
}
}