{
"subName": "testapi6",
"apiKey": "670621e3a25958000159c82f",
"passphrase": "11223344",
"permission": "General,Spot,Futures,Unified"
}curl --location --request POST 'https://api.kucoin.com/api/v1/sub/api-key/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"subName": "testapi6",
"apiKey": "670621e3a25958000159c82f",
"passphrase": "11223344",
"permission": "General,Spot,Futures,Unified"
}'{
"code": "200000",
"data": {
"subName": "testapi6",
"apiKey": "670621e3a25958000159c82f",
"permission": "General,Spot,Futures,Unified"
}
}