curl --request POST \
--url https://api.example.com/codes/create/paste \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"content": "<string>",
"is_private": true,
"parent_id": "<string>"
}
'