{
"customerToken": "cKCXPza6y23l_c0z"
}
curl --location --request POST 'http://openapi.chem-site.com//openapi/auth/getToken' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerToken": "cKCXPza6y23l_c0z"
}'
{
"status": "string",
"code": "string",
"message": "string",
"data": {},
"error": {}
}