Authorization: Bearer ********************{
"id": 0,
"type": "1"
}curl --location --request POST '/iapi/v1/pro/account/crm/accounttypegroup/modifypriority' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": 0,
"type": "1"
}'