Authorization: Bearer ********************curl --location --request POST 'https://v1.dev.bukalombok.com/v1/customer/orders/payment-methods/pm-1f9c3800-485b-494a-aef4-a2c8b7a266d1/simulate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 5139160
}'{
"meta": {
"success": true,
"status": 0,
"message": "string"
},
"data": {}
}