curl --request POST \
--url https://api.cpln.io/org/{org}/cloudaccount \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"description": "<string>",
"tags": {},
"provider": "aws",
"data": {
"projectId": "<string>"
}
}
'