curl --location --request POST '/v2/folders/' \
--header 'x-account-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"parentId": "string",
"name": "string",
"isPublic": true
}'{
"id": "string",
"accountId": "string",
"parentId": "string",
"name": "string",
"isPublic": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}