curl --location --request GET 'https://aff-api.uppromote.com/api/v2/payments/' \
--header 'Accept: application/json' \
--header 'Authorization: ****************************' \
--header 'Content-Type: application/json'
{
"status": 0,
"message": "string",
"data": [
{
"payment_id": 0,
"affiliate_id": 0,
"status": "string",
"affiliate_email": "string",
"total_referrals": 0,
"total_processed": 0,
"payment_method": "string",
"processed_at": "string"
}
]
}