curl --request POST \ --url https://vpn.bserv.dev/api/v1/invoice/accept-quote \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'token: <api-key>' \ --data invoice_id=5
{ "success": false, "errors": "Quote ID: 5 not found." }
Bad Request
The response is of type object.
object