Authorization: Bearer ********************
curl --location --request PUT '/v1/providers/901084328' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": "901084328", "name": "GRAFOSOFT SAS", "isActive": true }'
{}