Authorization: Bearer ********************
curl --location --request GET '/payments/check-payment-error' \ --header 'Authorization: Bearer <token>'
{ "success": false, "message": "no payment errors found", "data": null }