Authorization: ********************curl --location --request PATCH 'http://localhost:6567/api/v1/api/v1/admin/learning-paths//courses/reorder' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"courseIds": [
"string"
]
}'