curl --location --request POST '/webhook/profile/session/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"profile_id": "64f1a2b3c4d5e6f7a8b9c0d1",
"server_id": "64f1a2b3c4d5e6f7a8b9c0d2",
"task_id": "64f1a2b3c4d5e6f7a8b9c0d3"
}'{
"message": "Operation successful",
"data": {}
}