curl -L \
--request POST \
--url '/api/task/rodin_unlock' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"task_uuid": "text",
"resolution": "Basic",
"geometry": "Base",
"geometry_file_format": "glb",
"material": "PBR",
"height": 1
}'