curl --request POST \
--url https://api.example.com/config/commands/create-config \
--header 'Content-Type: application/json' \
--data '
{
"recipientId": "<string>",
"url": "<string>",
"displayName": "<string>",
"socialLinks": [
{
"platform": "<string>",
"url": "<string>"
}
]
}
'