API-KEY: ********************API-SIGNATURE: ********************API-TIMESTAMP: ********************{
"walletId": 10001,
"externalAccountId": "sample_externalAccountId",
"status": "active"
}curl --location '/v2/stable/wallet/sub-wallet/change-status' \
--header 'API-KEY: <api-key>' \
--header 'API-SIGNATURE: <api-key>' \
--header 'API-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"walletId": 10001,
"externalAccountId": "sample_externalAccountId",
"status": "active"
}'{
"walletId": 10001,
"externalAccountId": "sample_externalAccountId",
"status": 200
}