curl --location --request PATCH 'https://test.your-api-server.com/freelancer/social-links/1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://linkedin.com/in/test"
}'
{}