curl --location --request POST 'https://aff-api.uppromote.com/api/v2/affiliate/create-connect-customer' \
--header 'Accept: application/json' \
--header 'Authorization: ****************************' \
--header 'Content-Type: application/json' \
--data-raw '{
"affiliate_email": "string",
"customer_email": "string"
}'
{
"status": 200,
"message": "success",
"data": {
"affiliate_id": 2029462,
"affiliate_email": "test_api@gmail.com",
"customer_email ": "example1@example.com"
}
}