Authorization: Bearer ********************{
"shareId": "e5a33e3e-6090-44f4-bf9c-60c150c99bbd"
}curl --location --request POST 'https://v1.vocu.ai/api/voice/byShareId' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"shareId": "e5a33e3e-6090-44f4-bf9c-60c150c99bbd"
}'{
"status": 200,
"message": "OK",
"voiceId": "c8CC2fC3-Ab63-1c3A-cb4E-9fD0FD402Fcd"
}