curl --request POST \
--url https://api.cleartalk.ai/profile/update-image \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form profile_picture='@example-file'curl --request POST \
--url https://api.cleartalk.ai/profile/update-image \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--form profile_picture='@example-file'