curl --location --request PUT '/api/v1/companies//sources/modify_sort' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"sources": [
{
"id": 0,
"priority": 0
}
]
}'{
"sources": [
{
"id": 0,
"label": "string",
"humanized_label": "string",
"default": true,
"priority": 0,
"filterable": true,
"loadable": true,
"can_edit_source": true,
"user_accesses": [
{
"user_source_id": 0,
"user_access_id": 0,
"user_id": 0,
"access_id": 0,
"access_name": "string",
"access_code": "string",
"user_full_name": "string",
"user_avatar_url": "string",
"deletable": true
}
]
}
]
}