curl --request POST \
--url https://api.panora.dev/field-mapping/map \
--header 'Content-Type: application/json' \
--data '{
"attributeId": "<string>",
"source_custom_field_id": "<string>",
"source_provider": "<string>",
"linked_user_id": "<string>"
}'