curl --location --request POST '/Profile/Create' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"socialNetwork": "string",
"accountKey": "string",
"username": "string",
"displayName": "string"
}'