Authorization: Bearer ********************
{ "url": "url", "event": "order_status" }
curl --location --request POST 'https://api-v2.fastpod.net/v1/webhooks' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data-raw '{ "url": "url", "event": "order_status" }'
{ "status": true, "message": "Updated webhook url successfully!" }