{
"resource_id": "string"
}curl --location --request POST 'https://shbot-api.wzstack.com/api/get_resource_temp_url' \
--header 'Content-Type: application/json' \
--data-raw '{
"resource_id": "string"
}'{
"status": "ok",
"retcode": 0,
"data": {
"url": "string"
},
"message": "string"
}