curl --location --request POST 'https://mock.apidog.com/m1/885544-0-default/payments' \
--header 'Content-Type: application/json' \
--data-raw '{
"registrationId": "cb67e1cd-0e53-4115-9a51-243e5b471e8b"
}'
{
"type": "https://workshopy.apidog.io/errors#validationproblemdetails",
"title": "Validation Failed",
"status": 400,
"detail": "See errors for more information.",
"errors": [
{
"property": "paidDate",
"message": "Field is required"
},
{
"property": "firstname",
"message": "Field is required"
}
]
}