curl --location --request GET 'https://api.jokoor.com/v1/payouts/recipients/' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "string",
"organization_id": "string",
"name": "string",
"email": "string",
"payout_method": "string",
"payout_phone": "string",
"recipient_type": "string",
"internal_reference": "string",
"notes": "string",
"is_active": true,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
}