curl --location 'https://api.feige.cn/openapi/sign/create' \
--header 'authorization: {{token}}' \
--header 'X-Api-Key: ' \
--header 'X-Api-Key: ' \
--header 'X-Timestamp: ' \
--header 'X-Timestamp: ' \
--header 'X-Sign: ' \
--header 'X-Sign: ' \
--header 'X-Nonce: ' \
--header 'X-Nonce: ' \
--header 'Content-Type: application/json' \
--data '{
"apply_comment": "string",
"brings_data": "string",
"certification_id": 0,
"customer_call_url": "string",
"more_data": [
"string"
],
"name": "string",
"signature_id": 0,
"type": 1,
"use": 0
}'