curl --location --request POST 'https://api.falken.ltd/api/admin/social-media-providers' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"baseUrl": "http://example.com",
"profileUrlTemplate": "string",
"fontAwesomeIconClass": "string",
"isActive": true
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"baseUrl": "string",
"profileUrlTemplate": "string",
"fontAwesomeIconClass": "string",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"isActive": true
}
Authorization: Bearer ********************