curl --request POST \
--url https://api.example.com/api/v1/projects \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"Name": "<string>",
"ContentLanguage": "<string>",
"ServicesOffered": "<string>",
"Logo": "<string>",
"WebsiteUrl": "<string>",
"CustomerProfile": "<string>",
"TargetCountries": [],
"PostTopic": "<string>"
}
'