taskId.Authorization: Bearer ********************curl --location --request GET '/phoneNumberAssignmentByProfile//phoneNumbers' \
--header 'Authorization: Bearer <token>'{
"records": [
{
"phoneNumber": "+12024567890",
"status": "pending",
"taskId": "667a80f8-b0a9-49d0-b9ab-a7a1bcc45086"
}
]
}