curl --location --request POST '/push-notifications' \
--header 'X-BP-AUTH;' \
--header 'Content-Type: application/json' \
--data-raw '{
"serial_number": "TERM123",
"amount": 37,
"identifier": "c68522bd-bfc1-4b08-bf99-30300806c25a"
}'{
"message": [
"serial_number must not contain special characters"
],
"statusCode": 400,
"error": "Bad Request"
}