Authorization: Bearer ********************curl --location --request POST '/api/external/record-domain' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "https://example.com",
"webhook_url": "https://external-service.com/webhook",
"device": "mobile"
}'{
"status_code": 200,
"data": {
"task_id": "550e8400-e29b-41d4-a716-446655440000",
"status": "pending"
},
"message": "Task created successfully"
}