curl --location --request POST 'https://sandbox.kalbe.io/api/payment/bankily' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reference": "string",
"phone": "string",
"amount": 0,
"validation_code": 0
}'{
"success": true,
"transactionId": "TXN_1640995200_A1B2C3D4",
"paymentMethod": "bankily",
"errorMessage": null
}