Authorization: Bearer ********************
{
"applicationId": "97ab27fa-30e2-43e3-92a3-160e80f4c0d5",
"accessToken": "string",
"macKey": "string"
}
curl --location --request POST 'https://api.phizone.cn/me/bindings/tapTap' \
--header 'Content-Type: application/json' \
--data-raw '{
"applicationId": "97ab27fa-30e2-43e3-92a3-160e80f4c0d5",
"accessToken": "string",
"macKey": "string"
}'
{}