Authorization: Bearer ********************{
"number": "string"
}curl --location --request POST '/iapi/v1/pro/account/crm/idcardblack/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"number": "string"
}'