curl --request POST \
--url https://api.plane.so/api/v1/workspaces/{workspace_slug}/customers/{customer_id}/requests/ \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"title": "<string>",
"description": "<string>"
}
'