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