curl --location --request POST 'https://api.thinkeo.io/v1/blocks//children' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"childId": "da54978f-5a21-4efd-948e-3959f61b037a"
}'
{
"key": "string",
"message": "string"
}