curl --location -g --request POST 'https://athathi.mgahed.com/api/{{locale}}/requests' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--form 'designer_id="5"' \
--form 'image=@"C:\\Users\\Abdelrhman Mgahed\\Downloads\\04.png"' \
--form 'width="3.5"' \
--form 'height="2.0"' \
--form 'color="brown"' \
--form 'type_id="1"' \
--form 'category_id="2"' \
--form 'note="Modern sofa with comfortable cushions"'{}