curl --location --request GET 'https://api.jokoor.com/v1/pay/invoices//payments' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"invoice_id": "string",
"transaction_id": "string",
"amount": "string",
"currency": "string",
"payment_method": "string",
"payment_date": "2019-08-24T14:15:22Z",
"notes": "string",
"created_at": "2019-08-24T14:15:22Z"
}
]
}