curl --location --request POST 'https://aff-api.uppromote.com/api/v2/affiliates' \
--header 'Accept: application/json' \
--header 'Authorization: ****************************' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "example@gmail.com",
"first_name": "q",
"last_name": "10",
"password": "123123",
"program_id": 152,
"status": "active",
"send_email": true,
"company": "Test Company",
"address": "No 1, Example Street",
"country": "Vietnam",
"city": "Ho Chi Minh",
"state": "District 1",
"phone": "0123456789",
"facebook": "facebook.com/example",
"youtube": "youtube.com/@example",
"instagram": "instagram.com/example",
"twitter": "twitter.com/example"
}'