Authorization: ********************curl --location --request PATCH 'https://decibel.foo/api/users/me/social-links' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"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"
}