curl --location --request GET 'https://sandbox.kalbe.io/api/payment/status/' \
--header 'Authorization: Bearer <token>'{
"reference": "payment_001",
"transactionId": "TXN_1640995200_A1B2C3D4",
"success": true,
"paymentMethod": "bankily",
"amount": 1000,
"phone": "36123456",
"createdAt": "2024-01-15T10:30:00+00:00",
"errorMessage": null
}