curl --request GET \
--url https://api-staging.boost.xyz/manager/compute-name \
--header 'Authorization: Bearer <token>'{
"name": "<string>"
}Get the computed boost name from a task
curl --request GET \
--url https://api-staging.boost.xyz/manager/compute-name \
--header 'Authorization: Bearer <token>'{
"name": "<string>"
}