curl --location --request PUT 'https://snakk-backend-production.up.railway.app/api/chat/contact-requests/' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "pending",
"notes": "string",
"userId": "string"
}'