Authorization: ********************curl --location '/api/resources//blocks' \
--header 'X-Temper-Surface;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"chunks_packed": "string",
"content": "string",
"content_hash": "string",
"seq": 0,
"sources": [
{
"kind": "event",
"value": "a860a344-d7b2-406e-828e-8d442f23f344"
}
]
}'{
"blocks": [
{
"content_hash": "string",
"seq": 0
}
],
"body_hash": "string"
}