curl --request POST \
--url https://statsigapi.net/console/v1/target_app \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '{
"name": "string",
"description": "a description",
"gates": [
"<string>"
],
"dynamicConfigs": [
"<string>"
],
"experiments": [
"<string>"
]
}'