curl --location --request POST '/v2/apis//deployments' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string",
"stageName": "string"
}'
{
"AutoDeployed": true,
"CreatedDate": "string",
"DeploymentId": "string",
"DeploymentStatus": "PENDING",
"DeploymentStatusMessage": "string",
"Description": "string"
}