Authorization: ********************{
"code": "string",
"state": "string"
}curl --location --request POST '/storage-policies/onedrive/authorize' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"state": "string"
}'{
"code": 0,
"data": null,
"message": "string"
}