curl --location --request POST 'https://api.jokoor.com/v1/payouts/recipients' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"phone_number": "string",
"description": "string"
}'{
"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"
}
}