curl --request POST \
--url http://localhost:3000/v1/orgs/{org_id}/reps/{rep_id}/methodology/assign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"recording_urls": [
"<string>"
],
"analysis_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"callback_url": "<string>"
}
'