<JWT_TOKEN>curl --location --request GET 'https://xpend-backend.onrender.com/api/v1/payment-links' \
--header 'Authorization: Bearer <token>'{
"id": "0c2cfea4-6866-456b-bca8-17cb7f2bef6f",
"sellerId": "cac09ce6-8fa1-4c3d-ae2c-cf3958be7450",
"description": "Payment link example.",
"url": "http://localhost:3000/checkout/link-IJE-CalF-k",
"hash": "link-IJE-CalF-k",
"status": "ACTIVE",
"qtdPayments": 0,
"amount": 200.5,
"createdAt": "2025-11-14T18:40:01.503Z"
}