|  |  | /api/challenge-coefficients | 
|  |  | \ No newline at end of file | 
|  |  | _Koeficienty osobní výzvy_ | 
|  |  |  | 
|  |  | **URL:** /api/challenge-coefficients | 
|  |  |  | 
|  |  | **Method:** POST | 
|  |  |  | 
|  |  | **Vrací JSON:** | 
|  |  | ``` | 
|  |  | [ | 
|  |  | { | 
|  |  | "id": id_koeficientu, | 
|  |  | "title": název_zvířátka, | 
|  |  | "brief": krátký_popis, | 
|  |  | "description": dlouhý_popis, | 
|  |  | "daily_meters": denní_metry, | 
|  |  | "image": url_ikony | 
|  |  | }, | 
|  |  | ... | 
|  |  | ] | 
|  |  | ``` | 
|  |  | \ No newline at end of file |