Authorization: ********************{
"alipay_public_key": "string",
"app_id": "string",
"app_private_key": "string",
"is_sandbox": true
}curl --location --request POST '/pro/admin/payment/config/alipay' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"alipay_public_key": "string",
"app_id": "string",
"app_private_key": "string",
"is_sandbox": true
}'{
"code": 0,
"data": null,
"message": "string"
}