{
"subName": "testapi6",
"passphrase": "11223344",
"remark": "TheRemark",
"permission": "General,Spot,Futures,Unified"
}curl --location --request POST 'https://api.kucoin.com/api/v1/sub/api-key' \
--header 'Content-Type: application/json' \
--data-raw '{
"subName": "testapi6",
"passphrase": "11223344",
"remark": "TheRemark",
"permission": "General,Spot,Futures,Unified"
}'{
"code": "200000",
"data": {
"subName": "testapi6",
"remark": "TheRemark",
"apiKey": "670621e3a25958000159c82f",
"apiSecret": "46fd8974******896f005b2340",
"apiVersion": 3,
"passphrase": "11223344",
"permission": "General,Futures,Unified",
"createdAt": 1728455139000
}
}