curl --location --request POST '/api/v1/sandbox-simulator/force/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"scenario": "NORMAL_SUCCESS",
"amount": 0,
"errorCode": "string"
}'{
"success": true,
"message": "string",
"result": {}
}