curl --location --request POST 'https://aff-api.uppromote.com/api/v2/referral//adjustment' \
--header 'Accept: application/json' \
--header 'Authorization: ****************************' \
--header 'Content-Type: application/json' \
--data-raw '{
"adjustment": 0
}'
{
"status": 200,
"message": "success",
"data": {
"referral_id": 415
}
}