Authorization: ********************curl --location --request GET 'https://xpend-backend.onrender.com/api/v1/payments?page=1&perPage=10' \
--header 'Authorization: Bearer <token>'{
"data": [],
"totalRecords": 0,
"totalPages": 0,
"perPage": 50,
"currentPage": 1
}