cURL
curl --request POST \ --url https://api.raul.ugps.io/api/v1/technician_cost/create/{technician_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{}
Operacion: Crear costos para un tecnico.
Bearer token authentication
ID del tecnico (UUID)
The body is of type object.
object
Costos creados exitosamente
The response is of type object.