POST
request to your webhook URL with the following JSON payload:{
"id": "123e4567-e89b-12d3-a456-426614174000",
"status": "done",
}
or
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"status": "error",
}
curl --location --request POST 'https://api.snapbyte.io/v1/users/webhook' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"webhook": "string"
}'
{
"success": true,
"message": "Updated",
"data": {}
}