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