Authorization: Bearer ********************Authorization: Bearer ********************Authorization: Bearer ********************digital-platform-webhooks-api:rw-Creates, updates, or deletes resources using the APIcurl --location '/webhooks/v1/subscriptions' \
--header 'Content-Type: application/json' \
--data '{
"seller_id": "06f256c8-1bbf-42bf-93b4-ce2041bfb87e",
"callback_url": "https://myserver.com/send/callback/here",
"event": "APPROVED_TRANSACTIONS",
"authentication_type": "user_credentials",
"authentication_data": {
"user": "1cb9c739-8452-4436-816b-a833960b7680",
"password": "78ce12f6-665b-4354-8eaf-f0384413aaa8"
}
}'{
"seller_id": "06f256c8-1bbf-42bf-93b4-ce2041bfb87e",
"callback_url": "https://myserver.com/send/callback/here",
"event": "APPROVED_TRANSACTIONS",
"authentication_type": "user_credentials",
"authentication_data": {}
}