laanc:create{
"justification": "There are no scheduled flights at this time"
}curl --location --request POST 'https://airhub-api-sandbox.airspacelink.com/v1/operations//laanc/authorizations/' \
--header 'Content-Type: application/json' \
--data-raw '{
"justification": "There are no scheduled flights at this time"
}'