{
"docId": "string",
"otp": "string"
}
curl --location --request POST '/api=verityOtpActivateCard' \
--header 'Authorization: Bearer xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"docId": "string",
"otp": "string"
}'
{
"code": 0,
"message": "",
"reqId": "req_id",
"payload": {
"url": "https://secure-data-web-stage.pomelo.la/v1/activate-card?country=MEX",
"tokenType": "Bearer",
"tokenAuth": "eyxxx"
}
}