Authorization: Bearer ********************
curl --location --request PATCH 'https://staging.api.joindapayments.com/data/webhook-jobs/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "status": "string" }'
{}