curl --location --request PUT '/users/me/social-links' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"instagram": "http://example.com",
"twitter": "http://example.com",
"website": "http://example.com",
"supportLink": "http://example.com"
}'{
"instagram": "http://example.com",
"website": "http://example.com",
"supportLink": "http://example.com",
"twitter": "http://example.com"
}