{
"photoA": "http://dummyimage.com/400x400",
"photoB": "http://dummyimage.com/400x400",
"isExternalPhoto": true
}
curl --location --request POST 'https://core.authing.cn/api/v2/mfa/face/associate' \
--header 'x-authing-userpool-id: 59f86b4832eb28071bdd9214' \
--header 'Authorization: Bearer token' \
--header 'Content-Type: application/json' \
--data-raw '{
"photoA": "http://dummyimage.com/400x400",
"photoB": "http://dummyimage.com/400x400",
"isExternalPhoto": true
}'