curl --request POST \
--url https://api.example.com/insight/check_space/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"file_size_in_mb": 123
}
'{}curl --request POST \
--url https://api.example.com/insight/check_space/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"file_size_in_mb": 123
}
'{}Was this page helpful?